home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvmulti.arc / READ.ME < prev    next >
Text File  |  1989-10-25  |  1KB  |  40 lines

  1. These are the source files for the DESQview test programs discussed
  2. in the May 1989 issue of MIPS magazine.  Include are the following:
  3.  
  4. BUILD.BAT    MSDOS batch file that will compile and link either of
  5.         the programs.
  6.  
  7. SUPER.C        Source for the SUPER (supervisor) program.
  8. SLAVE.C        Source for the SLAVE (slave) program.
  9. DVMULTI.H    Definitions used in both programs.
  10.  
  11.  
  12. To build the programs:
  13.  
  14.     Note: this assumes the use of Microsoft C.
  15.  
  16.     1.  Edit the file "DVMULTI.H" and make sure its definitions
  17.         are correct.  In particular, you might wish to change
  18.         TESTDIR and TESTDRIVE.
  19.  
  20.     2.  Make sure that BUILD.BAT references the directories where
  21.         the DESQview include files and libraries are kept on your
  22.         system.  You probably don't keep them where I had them.
  23.  
  24.     3.  Type "BUILD SUPER" to compile and link the supervisor program.
  25.  
  26.     4.  Type "BUILD SLAVE" to compile and link the slave program.
  27.  
  28.     5.  Place the .EXE files in the test directory identified by
  29.         TESTDIR and TESTDRIVE in the file "DVMULTI.H"
  30.  
  31. To run the program:
  32.  
  33.     1. Install SUPER as a DESQview application on your system.
  34.     2. Run it and fill in all the boxes.
  35.     3. Results will appear in a file "DT.REP"
  36.  
  37. Mark E. Mallett
  38. mem@mipsmag (uunet!mipsmag!mem) or
  39. mem@zinn.MV.COM
  40.